const math/big.ratGobVersion

3 uses

	math/big (current package)
		ratmarsh.go#L17: const ratGobVersion byte = 1
		ratmarsh.go#L34: 	b := ratGobVersion << 1 // make space for sign bit
		ratmarsh.go#L53: 	if b>>1 != ratGobVersion {